home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / amiga / gui / prcgntn1.lha / Precognition / source / StringGadgetClass.h < prev    next >
C/C++ Source or Header  |  1992-12-23  |  458b  |  21 lines

  1. /* ==========================================================================
  2. **
  3. **                   StringGadgetClass.h
  4. **
  5. ** ⌐1991 WILLISoft
  6. **
  7. ** ==========================================================================
  8. */
  9.  
  10. #ifndef STRINGGADGETCLASS_H
  11. #define STRINGGADGETCLASS_H
  12.  
  13. #include "StringGadget.h"
  14. #include "ValuatorClass.h"
  15.  
  16.  
  17. struct ValuatorClass *StringGadgetClass( void );
  18.  
  19. void StringGadgetClass_Init( struct ValuatorClass *class );
  20.  
  21. #endif